home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / J A V A / Java Development Kit V1.2 / jdk12-win32(1).exe / data1.cab / demos / demo / jfc / SwingSet / README12.txt < prev    next >
Encoding:
Text File  |  1998-12-01  |  616 b   |  26 lines

  1. This file tells you how to run SwingSet, both as an applet and
  2. as an application.
  3.  
  4.  
  5. ==================================
  6. RUNNING SWINGSET AS AN APPLICATION
  7. ==================================
  8.  
  9. JDK 1.2 (any platform)
  10. ----------------------
  11.   java SwingSet
  12.  
  13. =============================
  14. RUNNING SWINGSET AS AN APPLET
  15. =============================
  16.  
  17. JDK 1.2
  18. ----------------------
  19.  
  20. In order to run the SwingSet applet supplied with JDK1.2, you will
  21. need to use a browser which supports 1.2 (such as the HotJava browser) 
  22. or use the appletviewer supplied with JDK1.2.  To do this use:
  23.  
  24.   appletviewer SwingSetApplet.html
  25.  
  26.